ComponentOne ASP.NET MVC Controls
Text Method (DropDownBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > DropDownBuilder<T,TControl,TBuilder> Class : Text Method
The value.
Configurates C1.Web.Mvc.DropDown<T>.Text. Sets the text shown on the control.
Syntax
'Declaration
 
Public Overridable Function Text( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder Text( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DropDownBuilder<T,TControl,TBuilder> Class
DropDownBuilder<T,TControl,TBuilder> Members